home *** CD-ROM | disk | FTP | other *** search
-
- xinetd has been compiled on SunOS 4.1 and Ultrix 4.2.
-
- xinetd requires the following OS facilities:
- wait3
- select
- sigpause (BSD) or sigsuspend (POSIX)
-
- Compiling the code requires a compiler that understands "void *" pointers.
- This is required for the pset and xlog libraries. If your compiler chokes on
- "void *foo ;" then change the typedef for __pset_pointer in pset.h
- to something your compiler can chew (like char *).
- The same will be required in xlog/impl.h for struct xlog.
-
-